Card Read Result
data class CardReadResult(val uid: String? = null, val nfcData: String? = null, val identityData: EidData? = null, val status: CardReadStatus, val errorMessage: String? = null) : Parcelable
This holds the result of any card related action. This can be a read/write action.
Constructors
Link copied to clipboard
constructor(uid: String? = null, nfcData: String? = null, identityData: EidData? = null, status: CardReadStatus, errorMessage: String? = null)
Properties
Link copied to clipboard
If status is error, then a corresponding error message will be returned.
Link copied to clipboard
The identityData that is being read from the eid card.
Link copied to clipboard
the status of the card request. This will indicate if the result is successful or if it failed.